From 53c61827a8dcd2c692ddc83626bb52ea24904c74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 25 Sep 2017 21:41:36 +0200 Subject: [PATCH] tests/grayscale_to_rgb: increase printed debug precision --- tests/grayscale_to_rgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/grayscale_to_rgb.c b/tests/grayscale_to_rgb.c index b239e23..b59da38 100644 --- a/tests/grayscale_to_rgb.c +++ b/tests/grayscale_to_rgb.c @@ -61,7 +61,7 @@ test (void) { if (fabs (rgb_buf[i] - rgb_buf_ref[i]) > 0.0000001) { - babl_log ("index %i is problematic : %f instead of %f", + babl_log ("index %i is problematic : %.12f instead of %.12f", i, rgb_buf[i], rgb_buf_ref[i]); OK = 0; } -- 2.30.2